AAssetManager_openDir

Open the named directory within the asset hierarchy. The directory can then be inspected with the AAssetDir functions. To open the top-level directory, pass in "" as the dirName.

The object returned here should be freed by calling AAssetDir_close().

extern (C) nothrow @nogc
AAssetManager_openDir
(
AAssetManager* mgr
,
const(char)* dirName
)

Meta